Return

Edit Resource: Capacity

Format

SCHED / EditResource '<ResourceName>' Capacity <CapacityType> <MinCapacity> <MaxCapacity> <InitialCapacity> <LowerLimitType> <UpperLimitType> '<CapacityUnits>'

Description

The Capacity attribute under EditResource defines the different values for the capacity of a resource when CapacityApplicable is set to 'Yes' .

Parameters

ParameterDescription
CapacityTypeOptions are either 'Resilient' or 'Consumable'.
Min/Max CapacityPositive numerical values >0.
InitialCapacityA numerical value that is in between the range of MinCapacity and MaxCapacity.
Lower/Upper Limit TypeOptions are either 'Hard' or 'Soft'.
CapacityUnitsA string of text in single quotes of the type of unit. An empty string is allowed.

Examples

The resource SSR is consumable and has a maximum capacity of 100MB, with initial capacity of 100MB.

SCHED / EditResource 'SSR' Capacity Consumable 0 100 100 Hard Soft 'MBytes'